.wapmenu {
  right: -10rem;
  opacity: 0;
}
@media (min-width: 750px) and (max-width: 1280px) {
  .weixin_main,
  .douyin_main,
  .top_main {
    margin-top: 0.1rem;
  }
  .douyin_main > img {
    width: 40px;
    height: 40px;
  }
  .weixin_main a > img {
    width: 40px;
    height: 40px;
  }
  .top_main > img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .business_wap,
  .wapmenu {
    opacity: 0;
    right: -10rem;
    display: 0;
  }
  .business_wap .wnavs,
  .wapmenu .wnavs {
    height: 0;
    display: none;
  }
  .header .navs .wap_logo {
    display: none;
  }
  .fix_box {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /*小于1024的都算手机版750*/
  .header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 99999;
  }
  .header .navs {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    padding: 0.1rem 0.2rem;
    display: flex;
    justify-content: space-between;
  }
  .header .navs .logo {
    display: none;
  }
  .header .navs .menu {
    display: none;
  }
  .header .navs .tel {
    display: none;
  }
  .header .navs .wap_logo {
    width: 2.3rem;
    height: 0.8rem;
  }
  .header .navs .wap_logo img {
    width: 100%;
    height: 0.8rem;
  }
  .header .navs .menubtn {
    width: 2rem;
    height: 0.8rem;
    cursor: pointer;
    position: relative;
  }
  .header .navs .menubtn .open {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 0.6rem;
    height: 0.44rem;
    opacity: 1;
    cursor: pointer;
    top: 0.18rem;
    right: 0;
  }
  .header .navs .menubtn .open span {
    background: #037F7A;
    height: 2px;
    width: 0.44rem;
  }
  .header .navs .menubtn .close {
    width: 0.6rem;
    height: 0.6rem;
    opacity: 0;
    position: absolute;
    top: -10rem;
    right: 0;
    cursor: pointer;
  }
  .header .navs .menubtn .close .close_con {
    transform: rotate(45deg);
  }
  .header .navs .menubtn .close .close_con span {
    background: #037F7A;
    height: 2px;
    width: 0.44rem;
    display: block;
    position: absolute;
    z-index: 3;
  }
  .header .navs .menubtn .close .close_con span:nth-child(1) {
    transform: rotate(90deg);
  }
  .wapmenu {
    position: fixed;
    top: 0;
    right: -10rem;
    opacity: 0;
    width: 50%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    padding: 0;
    box-sizing: border-box;
  }
  .wapmenu .wclose {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    cursor: pointer;
    display: block;
  }
  .wapmenu .wclose .wc_box {
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    float: right;
    margin: 0.54rem 0.2rem 0 0;
  }
  .wapmenu .wclose .wc_box .wc_con {
    transform: rotate(45deg);
  }
  .wapmenu .wclose .wc_box .wc_con span {
    background: #037F7A;
    height: 2px;
    width: 0.44rem;
    display: block;
    position: absolute;
    z-index: 3;
  }
  .wapmenu .wclose .wc_box .wc_con span:nth-child(1) {
    transform: rotate(90deg);
  }
  .wapmenu .wnavs {
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wapmenu .wnavs ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .wapmenu .wnavs ul li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
  }
  .wapmenu .wnavs ul li a {
    color: #333;
    font-size: 0.28rem;
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: SourceHanSansCN;
  }
  .wapmenu .wnavs ul li a:hover {
    color: #037F7A;
    background-color: #f5f5f5;
  }
  .douyin_main {
    display: none;
  }
  .fix_box_pc {
    display: none;
  }
  .fix_box {
    width: 1rem;
    position: fixed;
    right: 0.4rem;
    bottom: 1.4rem;
    z-index: 9999;
  }
  .fix_box a {
    display: inline-block;
    width: 100%;
  }
  .fix_box a img {
    width: 100%;
  }
  .fix_box #gotop {
    opacity: 0;
  }
  #home {
    max-width: 750px;
    margin: 0 auto;
    width: 7.5rem;
    overflow: hidden;
    /**新首页样式**/
    /*about*/
  }
  #home .bt_more {
    width: 1.8rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.32rem;
    text-align: left;
    padding-right: 0;
    color: #037F7A;
    font-size: 0.26rem;
    margin-top: 0.24rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  #home .bt_more:hover {
    color: #fff;
    background-color: #037F7A;
  }
  #home .bt_more .iconfont {
    font-size: 14px;
    margin-right: 8px;
  }
  #home .parallax-bg,
  #home .parallux-bgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background-position: center;
    background-size: cover;
  }
  #home .iconfont {
    font-size: 12px;
  }
  #home .product {
    position: relative;
  }
  #home .product .pro_tit {
    box-sizing: border-box;
    padding: 0.4rem 0 0 0.4rem;
  }
  #home .product .home_desc {
    color: #fff;
  }
  #home .product .home_pro_tab {
    position: absolute;
    top: 1.99rem;
    left: 0.4rem;
    display: flex;
    width: 7rem;
  }
  #home .product .home_pro_tab .pt_btn {
    width: 2.07rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: none;
    border-radius: 0.32rem;
    backdrop-filter: blur(0.06rem);
    font-family: SourceHanSansCN;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    margin-right: 0.15rem;
    border: 0.01rem solid #fff;
    cursor: pointer;
  }
  #home .product .home_pro_tab .pt_btn.active,
  #home .product .home_pro_tab .pt_btn:hover {
    color: #037F7A;
    background-color: #fff;
  }
  #home .product .pro_info {
    width: 4.55rem;
    height: 6.88rem;
    position: absolute;
    left: 1.05rem;
    top: 3.6rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.4rem;
    border-radius: 0.2rem;
  }
  #home .product .pro_info .pi_logo {
    width: 1.6rem;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #home .product .pro_info .pi_logo img {
    width: 100%;
  }
  #home .product .pro_info .pi_tit {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    font-family: SourceHanSansCN;
    padding: 0.2rem 0;
  }
  #home .product .pro_info .pi_tit .home_tit {
    color: #fff !important;
  }
  #home .product .pro_info .pi_desc {
    font-size: 0.28rem;
    text-align: justify;
    color: #fff;
    font-family: SourceHanSansCN;
    height: 3rem;
    overflow: hidden;
  }
  #home .product .pro_arrow {
    position: absolute;
    top: 5.4rem;
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.32rem;
    color: #037F7A;
    text-align: center;
    cursor: pointer;
  }
  #home .product .pa_left {
    left: 5.3rem;
    top: 0.5rem;
    transform: scaleX(-1);
  }
  #home .product .pa_right {
    top: 0.5rem;
    right: 0.5rem;
  }
  #home #wap_honor {
    padding-bottom: 0;
  }
  #home .honor {
    position: relative;
  }
  #home .honor .arrow_more {
    top: 0.6rem;
    left: 6.4rem;
  }
  #home .honor .swiper-container-horizontal > .swiper-pagination-bullets,
  #home .honor .swiper-pagination-custom,
  #home .honor .swiper-pagination-fraction {
    bottom: 0;
  }
  #home .honor .honor_tit {
    box-sizing: border-box;
    padding: 0.6rem 0 0 0.4rem;
  }
  #home .honor .honor_con {
    width: 80%;
    margin: 1rem auto;
    height: 6rem;
  }
  #home .honor .honor_con .honor_swiper {
    width: 100%;
    height: 6.2rem;
    padding-bottom: 0.2rem;
  }
  #home .honor .honor_con .honor_swiper .swiper-slide {
    height: 4.5rem;
  }
  #home .honor .honor_con .honor_swiper .swiper-slide .ss_img img {
    width: 100%;
    display: block;
  }
  #home .honor .honor_con .honor_swiper .swiper-slide .ss_tit {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
    display: block;
    margin-top: 0.24rem;
  }
  #home .honor .honor_con .honor_swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1 !important;
  }
  #home .honor .honor_con .honor_swiper .swiper-pagination-bullet {
    background-color: #fff;
    width: 0.12rem;
    height: 0.12rem;
    opacity: 0.5;
    margin: 0 0.12rem !important;
  }
  #home .honor .honor_swiper.swiper-button-prev,
  #home .honor .honor_swiper.swiper-button-next {
    opacity: 0 !important;
  }
  #home .honor .honor-button-next {
    position: absolute;
    z-index: 10;
    top: 5.8rem;
    right: 5%;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
  }
  #home .honor .honor-button-next i {
    color: #333;
    font-size: 12px;
  }
  #home .honor .honor-button-next:hover {
    background-color: #037F7A;
  }
  #home .honor .honor-button-next:hover i {
    color: #fff;
  }
  #home .honor .honor-button-prev {
    position: absolute;
    z-index: 10;
    top: 5.8rem;
    left: 5%;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #fff;
    text-align: center;
    transform: scaleX(-1);
    cursor: pointer;
  }
  #home .honor .honor-button-prev i {
    color: #333;
    font-size: 12px;
  }
  #home .honor .honor-button-prev:hover {
    background-color: #037F7A;
  }
  #home .honor .honor-button-prev:hover i {
    color: #fff;
  }
  #home .news {
    position: relative;
  }
  #home .news .news_tit {
    box-sizing: border-box;
    padding: 0.4rem 0 0 0.4rem;
  }
  #home .news .arrow_more {
    right: 0.46rem;
    top: 0.5rem;
    bottom: auto;
  }
  #home .news .news_wap {
    width: 7rem;
    margin: 0.5rem auto 0;
  }
  #home .news .news_wap .news_item {
    width: 100%;
    display: block;
    cursor: pointer;
  }
  #home .news .news_wap .news_item:hover {
    background-color: #fff;
  }
  #home .news .news_wap .news_item:hover .ni_boot h3,
  #home .news .news_wap .news_item:hover .ni_boot p,
  #home .news .news_wap .news_item:hover .ni_boot span {
    color: #222636;
  }
  #home .news .news_wap .news_item .ni_top {
    width: 100%;
    height: 4.48rem;
  }
  #home .news .news_wap .news_item .ni_top img {
    width: 100%;
    height: 4.48rem;
  }
  #home .news .news_wap .news_item .ni_boot {
    width: 100%;
    box-sizing: border-box;
    padding: 0.24rem;
    font-family: SourceHanSansCN;
    margin-bottom: 0.24rem;
  }
  #home .news .news_wap .news_item .ni_boot h3 {
    font-size: 0.36rem;
    color: #222636;
    line-height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  #home .news .news_wap .news_item .ni_boot p {
    color: #66676E;
    height: auto;
    padding: 0;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0.16rem 0;
  }
  #home .news .news_wap .news_item .ni_boot span {
    color: #66676E;
    font-size: 0.36rem;
    font-family: BebasNeue;
  }
  #home .contact {
    position: relative;
  }
  #home .contact .contact_tit {
    box-sizing: border-box;
    padding: 0.4rem 0 0 0.4rem;
  }
  #home .contact .contact_tit .home_tit {
    color: #fff !important;
  }
  #home .contact .contact_tit .home_desc {
    color: #fff !important;
  }
  #home .contact .contact_right {
    position: absolute;
    top: 0.6rem;
    right: 0.4rem;
    z-index: 3;
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.74rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0.32rem;
    backdrop-filter: blur(0.1rem);
    cursor: pointer;
  }
  #home .contact .contact_right img {
    width: 0.29rem;
    height: 0.29rem;
  }
  #home .contact .contact_con {
    position: absolute;
    width: 6.7rem;
    height: 7.4rem;
    display: flex;
    top: 2rem;
    left: 0.38rem;
    background-color: rgba(255, 255, 255, 0.65);
  }
  #home .contact .contact_con .contact_map {
    width: 8.84rem;
  }
  #home .contact .contact_con .contact_info {
    width: 6.06rem;
    padding: 0.4rem;
    font-family: SourceHanSansCN;
  }
  #home .contact .contact_con .contact_info > h3 {
    width: 100%;
    font-size: 0.4rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #049993;
    padding-bottom: 0.32rem;
    margin-bottom: 0.4rem;
  }
  #home .contact .contact_con .contact_info > div {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  #home .contact .contact_con .contact_info .tel400 {
    font-weight: bold;
    color: #037F7A;
    font-size: 0.56rem;
    font-family: BebasNeue;
    padding-left: 0.15rem;
    display: inline-block;
    vertical-align: top;
  }
  #home .contact .contact_con .contact_info .cimgs {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 0.3rem;
  }
  #home .contact .contact_con .contact_info .cimgs > div {
    margin-right: 0.35rem;
    height: auto;
    text-align: center;
  }
  #home .contact .contact_con .contact_info .cimgs img {
    width: 1.8rem;
    display: block;
    margin: 0 auto;
  }
  #home .contact .contact_con .contact_info .cimgs .ctxt {
    font-size: 0.22rem;
    color: #66676E;
    height: 0.2rem;
    padding: 0;
  }
  #home .business .business_tit {
    left: 0.4rem;
  }
  #home .home_tit {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.48rem;
  }
  #home .home_desc {
    font-size: 0.36rem;
  }
  #home .business .business_right {
    top: 0.8rem;
    right: 0.4rem;
  }
  #home .business .business_con,
  #home .business .business_line,
  #home .business .buss_btn {
    display: none;
  }
  #home .buss_wap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 0rem;
  }
  #home .buss_wap .bt_more {
    color: #037F7A !important;
    margin-top: 0.6rem;
  }
  #home .buss_wap .bw_con {
    text-align: center;
  }
  #home .buss_wap .bw_con .bw_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 0.4rem;
    box-sizing: border-box;
  }
  #home .buss_wap .bw_con .bw_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-height: 3.8rem;
  }
  #home .buss_wap .bw_con .bw_txt {
    width: 100%;
    height: auto;
    padding: 0.24rem 0.4rem 0;
    box-sizing: border-box;
    text-align: left;
  }
  #home .buss_wap .bw_con .bw_txt .bt_more {
    color: #037F7A !important;
    margin-top: 0.24rem;
    line-height: 0.64rem;
    font-size: 0.26rem;
    width: auto;
    padding-right: 0.8rem;
    display: inline-block;
    height: 0.64rem;
    border-radius: 0.32rem;
    position: relative;
    margin-bottom: 0.24rem;
  }
  #home .buss_wap .bw_con .bw_txt .bt_more i {
    font-size: 0.2rem;
    position: absolute;
    top: 0;
    right: 0.24rem;
  }
  #home .buss_wap .bw_con .bw_txt .bw_tit {
    height: 0.58rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.44rem;
    color: #FFFFFF;
    line-height: 0.58rem;
    text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
    text-align: left;
    font-style: normal;
  }
  #home .buss_wap .bw_con .bw_txt .bw_desc {
    height: 2.15rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.15);
    text-align: justify;
    font-style: normal;
    line-height: 0.44rem;
    padding: 0.32rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  #home .buss_wap .bw_con .bw_line {
    position: absolute;
    left: 0;
    top: 9.8rem;
    width: 100%;
    z-index: 99;
    opacity: 1;
  }
  #home .buss_wap .bw_con .bw_line img {
    width: 100%;
  }
  #home .buss_wap .bw_con .bw_btn {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 9rem;
  }
  #home .buss_wap .bw_con .bw_btn .bwn_txt {
    height: 0.26rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    text-align: center;
    font-style: normal;
    display: block;
  }
  #home .buss_wap .bw_con .bw_btn a {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  #home .buss_wap .bw_con .bw_btn_01 {
    left: 1rem;
    opacity: 1;
  }
  #home .buss_wap .bw_con .bw_btn_01 a {
    background-image: url(/static/img/home/buss_icon_03.png);
  }
  #home .buss_wap .bw_con .bw_btn_01 a.active,
  #home .buss_wap .bw_con .bw_btn_01 a:hover {
    background-image: url(/static/img/home/buss_icon_03_hover.png);
  }
  #home .buss_wap .bw_con .bw_btn_02 {
    left: 3.04rem;
    opacity: 1;
  }
  #home .buss_wap .bw_con .bw_btn_02 a {
    background-image: url(/static/img/home/buss_icon_02.png);
  }
  #home .buss_wap .bw_con .bw_btn_02 a.active,
  #home .buss_wap .bw_con .bw_btn_02 a:hover {
    background-image: url(/static/img/home/buss_icon_02_hover.png);
  }
  #home .buss_wap .bw_con .bw_btn_03 {
    left: 5.08rem;
    opacity: 1;
  }
  #home .buss_wap .bw_con .bw_btn_03 a {
    background-image: url(/static/img/home/buss_icon_01.png);
  }
  #home .buss_wap .bw_con .bw_btn_03 a.active,
  #home .buss_wap .bw_con .bw_btn_03 a:hover {
    background-image: url(/static/img/home/buss_icon_01_hover.png);
  }
  @keyframes menu_rotate {
    0% {
      rotate: 0;
    }
    100% {
      rotate: 360deg;
    }
  }
  #home .banner {
    height: 10rem;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #home .banner img {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #home .banner .banner_cn {
    position: absolute;
    z-index: 3;
    height: auto;
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    top: 4.16rem;
    left: 0;
    opacity: 0;
  }
  #home .banner .banner_cn .txt_con {
    font-size: 0.64rem;
    line-height: 0.88rem;
    color: #fff;
    font-family: 'SourceHanSansCN';
    font-weight: bold;
  }
  #home .banner .banner_en {
    position: absolute;
    z-index: 3;
    height: auto;
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
    top: 7.2rem;
    opacity: 0;
    left: 0;
  }
  #home .banner .banner_en .txt_con {
    line-height: 0.48rem;
    font-size: 0.4rem;
    color: #fff;
    font-family: 'BebasNeue';
    font-weight: bold;
    text-align: center;
  }
  @keyframes an_banner_cn {
    0% {
      top: 4.8rem;
      opacity: 0;
    }
    100% {
      top: 4rem;
      opacity: 1;
    }
  }
  @keyframes an_banner_en {
    0% {
      top: 6.2rem;
      opacity: 0;
    }
    100% {
      top: 5.4rem;
      opacity: 1;
    }
  }
  #home .banner .banner_mouse {
    position: absolute;
    z-index: 999;
    height: 0.57rem;
    width: 100%;
    bottom: 2rem;
    left: 0;
  }
  #home .banner .banner_mouse .mouse_btn {
    font-size: 0.24rem;
  }
  #home .banner .banner_mouse img {
    width: 0.35rem;
    height: 0.57rem;
    opacity: 1;
  }
  #home .banner .ani_banner_mouse {
    animation: an_banner_mouse 2s linear forwards;
    animation-iteration-count: infinite;
  }
  @keyframes an_banner_mouse {
    0% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(0.2rem);
    }
    40% {
      transform: translateY(0.4rem);
    }
    60% {
      transform: translateY(0.2rem);
    }
    80% {
      transform: translateY(0.1rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  #home .banner .jony_page_bg {
    padding: 0;
  }
  #home .banner .index_bus {
    height: 14rem;
  }
  #home .banner .index_about {
    height: 14rem;
  }
  #home .banner .index_pro {
    height: 14rem;
  }
  #home .banner .index_news {
    height: 14rem;
  }
  #home .banner .index_contact {
    height: 14rem;
  }
  #home .about {
    padding-left: 0;
    height: 15rem;
  }
  #home .about .home_tit {
    width: 4rem;
  }
  #home .about .about_con {
    padding: 0.4rem 0 0 0.4rem;
    position: relative;
    height: 17rem;
  }
  #home .about .about_con .home_about_info {
    width: 6.65rem;
    height: 6.3rem;
    overflow: hidden;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 0.28rem;
    color: #66676E;
    line-height: 0.44rem;
    text-align: justify;
    font-style: normal;
  }
  #home .about .about_con .home_about_info p {
    padding: 0.15rem 0;
  }
  #home .about .about_con .about_num {
    display: flex;
    justify-content: space-between;
    padding-top: 0.64rem;
    width: 6rem;
  }
  #home .about .about_con .about_num .am_item {
    width: 1.93rem;
    height: 1.43rem;
    margin-right: 0.4rem;
  }
  #home .about .about_con .about_num .am_item .am_top {
    height: 0.8rem;
    line-height: 0.8rem;
    display: flex;
  }
  #home .about .about_con .about_num .am_item .am_top .amt_num {
    width: 1.46rem;
    height: 0.87rem;
    font-family: BebasNeue;
    font-size: 0.72rem;
    line-height: 0.87rem;
    text-align: left;
    font-style: normal;
    background: linear-gradient(to bottom, #F99104, #F26B21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #F26B21;
  }
  #home .about .about_con .about_num .am_item .am_top .amt_txt {
    width: 0.4rem;
    height: 0.29rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.2rem;
    color: #F26B21;
    line-height: 0.29rem;
    text-align: center;
    padding-top: 0.42rem;
  }
  #home .about .about_con .about_num .am_item .am_boot {
    width: 1.08rem;
    height: 0.26rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #222636;
    line-height: 0.26rem;
    text-align: center;
    font-style: normal;
    padding-left: 0.1rem;
  }
  #home .about .about_con .about_num .am_item:first-child .am_top .amt_num {
    width: 1.16rem;
  }
  #home .about .about_con .about_num .am_item:first-child .am_boot {
    padding-left: 0;
  }
  #home .about .about_con .arrow_more {
    top: 0.6rem;
    left: 6.4rem;
  }
  #home .about .wap_about_img {
    text-align: left;
    padding-top: 0.2rem;
  }
  #home .about .wap_about_img img {
    width: 6.7rem;
    height: 4rem;
  }
}
